home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / progwin.zip / POPMENU.ZIP / POPMENU.H < prev    next >
Text File  |  1991-10-10  |  515b  |  25 lines

  1. /*-----------------------
  2.    POPMENU.H header file
  3.   -----------------------*/
  4.  
  5. #define IDM_NEW       1
  6. #define IDM_OPEN      2
  7. #define IDM_SAVE      3
  8. #define IDM_SAVEAS    4
  9. #define IDM_EXIT      5
  10.  
  11. #define IDM_UNDO     10
  12. #define IDM_CUT      11
  13. #define IDM_COPY     12
  14. #define IDM_PASTE    13
  15. #define IDM_CLEAR    14
  16.  
  17. #define IDM_WHITE    20
  18. #define IDM_LTGRAY   21
  19. #define IDM_GRAY     22
  20. #define IDM_DKGRAY   23
  21. #define IDM_BLACK    24
  22.  
  23. #define IDM_HELP     30
  24. #define IDM_ABOUT    31
  25.